home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / IMGLIST.PAK / DRAWCEL.RH < prev    next >
Text File  |  1997-05-06  |  641b  |  23 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1995, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.3  $
  6. //----------------------------------------------------------------------------
  7. #if !defined(DRAGIMG_RH)
  8. # define  DRAGIMG_RH
  9.  
  10. #define   IDI_APPICON        0x1000
  11. #define   IDB_SKYBMP        0x4000
  12. #define   IDB_BMPSTRIP      0x3000
  13. #define   IMAGELISTICON     300
  14.  
  15. // Menu identifiers
  16. //
  17. #define   IDM_IMAGEMENU   0x4000
  18. #define   CM_FLY          100
  19. #define   CM_BIRDIMAGE    101
  20. #define   CM_TURTLEIMAGE  102
  21.  
  22. #endif  //  DRAGIMG_RH
  23.